Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(x + 0)  → f(x)
2:    x + (y + z)  → (x + y) + z
There are 3 dependency pairs:
3:    F(x + 0)  → F(x)
4:    x +# (y + z)  → (x + y) +# z
5:    x +# (y + z)  → x +# y
The approximated dependency graph contains 2 SCCs: {4,5} and {3}.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006